[issue34691] _contextvars missing in xmaster branch Windows build?

2019-02-02 Thread Steven Winfield
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

[issue20844] SyntaxError: encoding problem: iso-8859-1 on Windows

2017-08-08 Thread Steven Winfield
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: *

[issue19393] symtable.symtable can return the wrong "top" SymbolTable

2013-10-25 Thread Steven Winfield
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

[issue13789] _tkinter does not build on Windows 7

2012-04-25 Thread Steven Winfield
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