[issue11063] uuid.py module import has heavy side effects

Jyrki Pulliainen report at bugs.python.org
Sat Feb 23 18:38:33 CET 2013


Jyrki Pulliainen added the comment:

The implementation does not actually end up in infinite loop, just repeating the loading of the CDLL is slow.

I added caching to that and fixed the ctypes imports too.

----------
nosy: +nailor
Added file: http://bugs.python.org/file29189/issue11063_2.patch

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


More information about the Python-bugs-list mailing list