[Python-Dev] Re: [Python-checkins] python/dist/src/Modules
threadmodule.c, 2.56, 2.56.8.1
Anthony Baxter
anthony at interlink.com.au
Thu Sep 2 19:45:43 CEST 2004
Martin v. Löwis wrote:
> Channelling Anthony (Baxter), this cannot be accepted for 2.3.
> It would allow for code that works on 2.3.5, but fails on 2.3.4.
> What's worse, the extension module can be built on 2.3.5, and
> the binary module will fail when run on 2.3.4, as importing the
> CAPI object would fail.
Ugh. Thanks for the clarification. I really don't think that this is
something we want to add to 2.3.5.
More information about the Python-Dev
mailing list