[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

digi proc report at bugs.python.org
Tue Jul 12 15:20:47 CEST 2011


digi proc <grant.my at gmail.com> added the comment:

By the way, that above C++ function is not re-entrant! I was lazy and just made a static return buffer. To make it re-entrant, you'd need to figure out how to allocate enough space in the DefFile string so the C function could write the selected filename to that buffer instead of making its own.

----------

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


More information about the Python-bugs-list mailing list