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 Arfrever
Recipients Arfrever, Neurogeek, Ramchandra Apte, amaury.forgeotdarc, djc, doko, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, python-dev, r.david.murray, rosslagerwall, vstinner
Date 2011-10-17.11:40:23
SpamBayes Score 0.10905362
Marked as misclassified No
Message-id <1318851623.89.0.72266969787.issue12619@psf.upfronthosting.co.za>
In-reply-to
Content
Regeneration of platform-specific modules fixes concerns about their outdateness and architecture differences (32-bit vs 64-bit, big endian vs little endian).

Regeneration of given module could be performed only when corresponding header is available.

Eventually regeneration of platform-specific modules could be controlled by an option of `configure`.
History
Date User Action Args
2011-10-17 11:40:23Arfreversetrecipients: + Arfrever, lemburg, loewis, doko, amaury.forgeotdarc, pitrou, vstinner, jwilk, djc, ezio.melotti, eric.araujo, r.david.murray, Neurogeek, neologix, rosslagerwall, python-dev, petri.lehtinen, Ramchandra Apte
2011-10-17 11:40:23Arfreversetmessageid: <1318851623.89.0.72266969787.issue12619@psf.upfronthosting.co.za>
2011-10-17 11:40:23Arfreverlinkissue12619 messages
2011-10-17 11:40:23Arfrevercreate