Steven Winfield added the comment:
(Just updating the issue to note that Python 3.7 is similarly affected)
--
nosy: +steven.winfield
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue34
Steven Winfield added the comment:
I've just been bitten by this on 3.6.2, Windows Server 2008 R2, when running
the setup.py script for QuantLib-SWIG:
https://github.com/lballabio/QuantLib-SWIG/blob/v1.10.x/Python/setup.py
It seems there is different behaviour depending on whether:
*
New submission from Steven Winfield:
The attached script creates calls symtable.symtable many times on a code
snippet that contains a single class with a method called "top", and some other
important (to trigger the behaviour) properties:
* a class variable
* at least three oth
Steven Winfield added the comment:
The tk sources (at least the 8.5.11 version I'm looking at now) have some X11
headers that can be used by the windows build in the "xlib" directory.
--
nosy: +steven.winfield
___
Python