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 scoder
Recipients Arfrever, amaury.forgeotdarc, eric.snow, loewis, scoder
Date 2011-11-19.09:18:32
SpamBayes Score 8.4929894e-07
Marked as misclassified No
Message-id <1321694312.68.0.727372594077.issue13429@psf.upfronthosting.co.za>
In-reply-to
Content
Replying to myself:
> I think the right fix for Python 4 would be to simply pass
> a context struct into the module init function.

Actually, this doesn't have to wait for Python 4. Changing the module init function to take a parameter should be backwards compatible in C. Existing code simply wouldn't read the value from the stack, and new (or updated) code could benefit from the feature, Cython code in particular.

Here is a follow-up ticket for this more general feature:

http://bugs.python.org/issue13431
History
Date User Action Args
2011-11-19 09:18:32scodersetrecipients: + scoder, loewis, amaury.forgeotdarc, Arfrever, eric.snow
2011-11-19 09:18:32scodersetmessageid: <1321694312.68.0.727372594077.issue13429@psf.upfronthosting.co.za>
2011-11-19 09:18:32scoderlinkissue13429 messages
2011-11-19 09:18:32scodercreate