[issue15242] PyImport_GetMagicTag() should use the same const char * as sys.implementation.cache_tag

Eric Snow report at bugs.python.org
Sat Jul 7 06:30:46 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

Here's a new patch that keeps things simpler, but still cleans up the concerns about using sys.implementation.cache_tag in PyImport_GetMagicTag().

----------
Added file: http://bugs.python.org/file26280/cache_tag_via_sys_var.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15242>
_______________________________________


More information about the Python-bugs-list mailing list