This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2002-04-10.00:53:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

The binary compatibility issue is extensions compiled for
2.2 that have references to _PyObject_Del compiled into them
and aren't recompiled for 2.3. I think that should work
(even if they get a warning). To make it work, the
_PyObject_Del entry point must continue to exist.

Back to Neil, I think my instructions are clear enough.
History
Date User Action Args
2007-08-23 15:12:08adminlinkissue540394 messages
2007-08-23 15:12:08admincreate