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 belopolsky
Recipients belopolsky, brett.cannon, doko, georg.brandl, loewis, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters, vstinner
Date 2010-07-17.16:10:49
SpamBayes Score 0.00096952234
Marked as misclassified No
Message-id <1279383051.17.0.0412057528912.issue9012@psf.upfronthosting.co.za>
In-reply-to
Content
I am merging in the nosy list from issue9079 after we had a lengthy discussion there and on IRC about the best way to share code between stdlib extension modules.

For the issue9079, we decided to bring the shared code into python core, but this cannot be a general solution.  I still don't see any solution other than exposing C API via a capsule mechanism, but Antoine objected saying that capsule mechanism is for 3rd party modules and should not be used in stdlib.
History
Date User Action Args
2010-07-17 16:10:51belopolskysetrecipients: + belopolsky, tim.peters, loewis, brett.cannon, georg.brandl, rhettinger, doko, mark.dickinson, pitrou, vstinner, tim.golden, rnk
2010-07-17 16:10:51belopolskysetmessageid: <1279383051.17.0.0412057528912.issue9012@psf.upfronthosting.co.za>
2010-07-17 16:10:49belopolskylinkissue9012 messages
2010-07-17 16:10:49belopolskycreate