This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Replace copied code in pricklepit.c dictview_new #144
Closed
Description
pricklepit.c contains a copy of _PyDictViewObject and _PyDictView_New. Unfortunately _PyDictView_New was changed (2eea952) and now the copy is out of sync. An assertion failure is the outcome. Theses copies were required in previous versions of Stackless, when the original definitions had a "static" scope.
I'll replace the copied code and use the original definitions.