Messages by Thread
-
[pypy-issue] Issue #1961: Fix errno handling (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1960: print_function behavior different from CPython on file=None (pypy/pypy)
Jim Witschey
-
[pypy-issue] Issue #1959: Zipimport issue: unorderable types: str <= int (pypy/pypy)
Ionel Maries Cristian
-
[pypy-issue] Issue #1958: Documentation: Installing PyPy: pip instructions incorrect (pypy/pypy)
Benjamen Keroack
-
[pypy-issue] Issue #1957: PyPy3: TypeError: Incorrect exception message (pypy/pypy)
Benjamen Keroack
-
[pypy-issue] Issue #1956: clock() has odd timing (pypy/pypy)
Claire Charron
-
[pypy-issue] Issue #1955: Segfault on running program (pypy/pypy)
Stuart Axon
-
[pypy-issue] Issue #1954: ExternalCompilationInfo fails to translate (pypy/pypy)
Angus Griffith
-
[pypy-issue] Issue #1953: PyPy3 2.4.0 - IDLE (pypy/pypy)
Simon B.
-
[pypy-issue] Issue #1952: pypy3 2.4.0 incorrect tokenization of unicode literal (pypy/pypy)
Anthony Sottile
-
[pypy-issue] Issue #1951: Pypy3 2.4.0 crashes when using ctypes.CDLL('asdf') on Windows8 x64 Chinese Language (pypy/pypy)
ggg ggg
-
[pypy-issue] Issue #1950: anydbm issue in 2.4.0 that wasn't present in 2.3.1 (pypy/pypy)
Dan Stromberg
-
[pypy-issue] Issue #1949: pyrepl broken under Windows (also breaks pdb) (pypy/pypy)
Jakob Reschke
-
[pypy-issue] Issue #1948: Pillow installation fails on Pypy Windows (pypy/pypy)
Unknown Name
-
[pypy-issue] Issue #1947: LANG=C ./pypy3.3 fails with maximum recursion depth exceeded (pypy/pypy)
larstiq
-
[pypy-issue] Issue #1946: curses.initscr() raises ctype TypeError (pypy/pypy)
arianaut
-
[pypy-issue] Issue #1945: Compiling on Windows with Visual Studio 2008 and PyPy 2.4.0 (pypy/pypy)
Simon B.
-
[pypy-issue] Issue #1944: ctypes on windows: GetLastError() not working (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1943: RuntimeError: settrace/setprofile function gets lost (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1942: Support for AF_xxx sockets (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1941: PyPy + eventlet + urllib3: ValueError: file descriptor cannot be a negative integer (-1) (pypy/pypy)
Andy Freeland
-
[pypy-issue] Issue #1940: changeset 68c97410a30e causes segfault in numpypy casting float->int8 (pypy/pypy)
mattip
-
[pypy-issue] Issue #1939: PyPy 3k interactive interpreter crashes on RCTRL+number key combination (pypy/pypy)
Carmen Bianca Bakker
-
[pypy-issue] Issue #1938: numpy failed to load: lapack_lite.pypy-22.so: undefined symbol: Py_InitModule4_64 (pypy/pypy)
Eli Spizzichino
-
[pypy-issue] Issue #1937: Upgrade from 2.3.1->2.4.0 running specific unit test the process crash with exit code 139 (pypy/pypy)
Eitan Yanovsky
-
[pypy-issue] Issue #1936: Weird import ctypes error (pypy/pypy)
Anders Hovmöller
-
[pypy-issue] Issue #1935: logilab.common 0.63.1 triggers a fatal RPython error of KeyError (pypy/pypy)
Brett Cannon
-
[pypy-issue] Issue #1934: Different Error message in pypy 2.4 vs CPython 2.7.8 when multiplying list by float using '*' (pypy/pypy)
Gerrat Rickert
-
[pypy-issue] Issue #1933: BareBoneArrayDefNode.access_expr_varindex, incorrect string formatting (pypy/pypy)
Andrey Churin
-
[pypy-issue] Issue #1932: Invalid assembler if libpypy-c.so was dlopen()ed (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1931: slower factorial compared to CPython (pypy/pypy)
Philip Nguyen
-
[pypy-issue] Issue #1930: magic __class__ variable not defined in PyPy 3 (pypy/pypy)
Christopher Johnson
-
[pypy-issue] Issue #1929: tkinter broken for threaded Python on both pypy2 and pypy3 (pypy/pypy)
Christopher Johnson
-
[pypy-issue] Issue #1928: Incorrect name lookup occurring in class defined inside of a function. (pypy/pypy)
Graham Dumpleton
-
[pypy-issue] Issue #1927: string comparison failing in pypy in if-statement with is keyword (pypy/pypy)
vikko
-
[pypy-issue] Issue #1926: PyPy STM segfault with short transactions (pypy/pypy)
Konstantin Lopuhin
-
[pypy-issue] Issue #1925: VERY slow string concatenation (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1924: Sometimes CFFI fails to initialize structure properly, when running under pypy2.7-2.4.0 (pypy/pypy)
Vladimir Smirnov
-
[pypy-issue] Issue #1923: py3.3 branch - timeit fails, time.perf_counter missing. (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1922: Future-proofing virtualenv (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1921: Problematic introduction of promote in presence of int switches (pypy/pypy)
Carl Friedrich Bolz
-
[pypy-issue] Issue #1920: grp.getgrnam() incorrectly throws a TypeError when given a unicode string (pypy/pypy)
Andrew Dunham
-
[pypy-issue] Issue #1919: Problematic strings returned from os.read (pypy/pypy)
Philip Jenvey
-
[pypy-issue] Issue #1918: Invalid entries in PyPy STM log (pypy/pypy)
Konstantin Lopuhin
-
[pypy-issue] Issue #1917: PyPy STM segfault (pypy/pypy)
Konstantin Lopuhin
-
[pypy-issue] Issue #1916: py3.3 - RuntimeError: Unrecognized error from liblzma: 7 (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1915: SSL getpeercert(binary_form=True) not returning binary (pypy/pypy)
Corey Farwell
-
[pypy-issue] Issue #1914: Translation failure in hippy master (pypy/pypy)
Ronan Lamy
-
[pypy-issue] Issue #1913: compileall tries to compile non python files (pypy/pypy)
Robert Collins
-
[pypy-issue] Issue #1912: subprocess deadlock in pypy3 (pypy/pypy)
Buck Evan
-
[pypy-issue] Issue #1911: py3.3 - datetime (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1910: fdopen of pty doesn't match cpython behavior (pypy/pypy)
Buck Evan
-
[pypy-issue] Issue #1909: JIT crash on pypy3 (pypy/pypy)
Philip Jenvey
-
[pypy-issue] Issue #1908: py3.3 - sys.{base_prefix, base_exec_prefix, thread_info} unimplemented. (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1907: py3.3 - pypy_char2char_free undecleared. (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1906: py3.3 branch - LZMA fail to build. (pypy/pypy)
Stian Andreassen
-
[pypy-issue] Issue #1905: pypy does not add system-wide headers to CFLAGS if installed in a virtualenv (pypy/pypy)
Felix Schwarz
-
[pypy-issue] Issue #1904: py3k branch compile_c failure on x86_64 and i686 linux. (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1903: Chained exception in pypy3 working differently than CPython 3.x (pypy/pypy)
Ned Batchelder
-
[pypy-issue] Issue #1902: PyPy3: "IOError: [Errno 22] Invalid argument" with buffered rw file IO (pypy/pypy)
Christoph Reiter
-
[pypy-issue] Issue #1901: Try using a different implementation of mersenne twister (pypy/pypy)
Maciej Fijalkowski
-
[pypy-issue] Issue #1900: [PyPy3] idle (tkinter), cannot open preferences (pypy/pypy)
squeaky
-
[pypy-issue] Issue #1899: Regression in tkinter in PyPy3 2.4 (pypy/pypy)
mario_
-
[pypy-issue] Issue #1898: isinstance with unicode fails to translate (pypy/pypy)
halgari
-
[pypy-issue] Issue #1897: Regression in 2.3 that causes Pypy.exe to crash when PyFFI is run (pypy/pypy)
Xavier de Rauville
-
[pypy-issue] Issue #1896: pkg-config Needed to Build pypy, no useful error given (pypy/pypy)
Campbell Barton
-
[pypy-issue] Issue #1895: Writing to stderr from multiple threads produces deadlock (pypy/pypy)
Ionel Maries Cristian
-
[pypy-issue] Issue #1894: KeyError (core dumped) on unicode triple quoted double quote literal (pypy/pypy)
Anthony Sottile
-
[pypy-issue] Issue #1893: numpypy's iterator is slower than pypy's (pypy/pypy)
mattip
-
[pypy-issue] Issue #1892: rpyc ThreadedServer vs ForkingServer - different behaviour on pypy3 V2.3.1 and python3.4.1 (pypy/pypy)
bitranox bitranox
-
[pypy-issue] Issue #1891: pypy3: ``struct.Struct('i').format`` should be bytes, not string (pypy/pypy)
Campbell Barton
-
[pypy-issue] Issue #1890: Translation fails on OSX now. (pypy/pypy)
halgari
-
[pypy-issue] Issue #1889: AttributeError importing module (pypy/pypy)
Anthony Sottile
-
[pypy-issue] Issue #1888: Error parsing string literal with binary data (pypy/pypy)
agriff
-
[pypy-issue] Issue #1887: Regression in 2.4.0, streamio. (pypy/pypy)
eric s
-
[pypy-issue] Issue #1886: PyPy doesn't do basic loop-invariant optimizations (pypy/pypy)
mario_
-
[pypy-issue] Issue #1885: RPython modules no longer have __file__, but their functions have func_code.co_filename (pypy/pypy)
Ned Batchelder
-
[pypy-issue] Issue #1884: cpyext defines several legacy names in pypy3 (pypy/pypy)
sbehnel
-
[pypy-issue] Issue #1883: cpyext lacks PyUnicode_InternFromString() in pypy3 (pypy/pypy)
sbehnel
-
[pypy-issue] Issue #1882: License of files in 'py' directory is not specified (pypy/pypy)
Cat's Eye Technologies
-
[pypy-issue] Issue #1881: build error 'no_release_gil' function can release the GIL on cygwin (pypy/pypy)
Markus Ullmann
-
[pypy-issue] Issue #1880: setsocket SO_RCVBUF with 64 bit int works, probably shouldn't (pypy/pypy)
Dan Stromberg
-
[pypy-issue] Issue #1879: cpyext lacks PyBytes_Type in pypy3 (pypy/pypy)
sbehnel
-
[pypy-issue] Issue #1878: cPython and PyPy produce different results when run on the same code (pypy/pypy)
Ran Gutin
-
[pypy-issue] Issue #1877: Bare Exception should be AnnotationError (pypy/pypy)
Ronan Lamy
-
[pypy-issue] Issue #1876: Sandbox does not work in 2.4.0? (pypy/pypy)
Konstantin Lopuhin
-
[pypy-issue] Issue #1875: RFC: building with --shared by default on Homebrew (pypy/pypy)
Tim Smith
-
[pypy-issue] Issue #1874: Misleading RPython error message: setting forbidden attribute (pypy/pypy)
Edd Barrett
-
[pypy-issue] Issue #1873: divmod(3, float('inf')) behaves differently than CPython (pypy/pypy)
Ram Rachum
-
[pypy-issue] Issue #1872: `numpy.ndarray.swapaxes` random segfault. (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1871: 10x slower than CPython under coverage (pypy/pypy)
Alex Gaynor
-
[pypy-issue] Issue #1870: 'matrix' doesn't work at all on numpypy right now (pypy/pypy)
glyph
-
[pypy-issue] Issue #1869: pypy datetime naive/offset comparison error string inconsistent with CPython (pypy/pypy)
James Broadhead
-
[pypy-issue] Issue #1868: tkinter is slower on PyPy (pypy/pypy)
mario_
-
[pypy-issue] Issue #1867: memory leak with methodcaller (pypy/pypy)
Brad Kish
-
[pypy-issue] Issue #1866: Tkinter missing fonts... (pypy/pypy)
Jens Diemer
-
[pypy-issue] Issue #1865: cffi call keep alive bug (pypy/pypy)
Alex Gaynor
-
[pypy-issue] Issue #1864: Windows 2.4-beta1 fails silently (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1863: PyPy super slow running parameterized test suite (pypy/pypy)
Donald Stufft
-
[pypy-issue] Issue #1862: PyPy to be 2.4 beta identifies itself as final (pypy/pypy)
squeaky
-
[pypy-issue] Issue #1861: Presence of __index__ method in class hides some __r operators (pypy/pypy)
mcesar
-
[pypy-issue] Issue #1860: investigate why rietveld got slower (pypy/pypy)
Maciej Fijalkowski
-
[pypy-issue] Issue #1859: windows translated -A module/thread/test segfaults pypy (pypy/pypy)
mattip
-
[pypy-issue] Issue #1858: PyPy3: locale.format('%d', val, 1) -> UnicodeDecodeError (pypy/pypy)
Jens Diemer
-
[pypy-issue] Issue #1857: Stop depending on posixpath/ntpath in RPython (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1856: initpath.find_executable bug (pypy/pypy)
David Ripton
-
[pypy-issue] Issue #1855: meta issue for 2.4 release (pypy/pypy)
mattip
-
[pypy-issue] Issue #1854: windows: jit test_fficall tests fail (pypy/pypy)
mattip
-
[pypy-issue] Issue #1853: cPickle.Unpickler.load_global isn't respected (pypy/pypy)
Alex Gaynor
-
[pypy-issue] Issue #1852: sum(arrays,[]) is slow (pypy/pypy)
Anton Dubrau
-
[pypy-issue] Issue #1851: arm segfaults on own tests, fails translation with fastgil (pypy/pypy)
mattip
-
[pypy-issue] Issue #1850: numpy: array() ignores subok (pypy/pypy)
mattip
-
[pypy-issue] Issue #1849: Py2: 'a, b, c'.split(u', ') returns wrong/different stringtype (pypy/pypy)
Markus Unterwaditzer
-
[pypy-issue] Issue #1848: PyPy's REPL/readline is missing numbers in its syntax_table's SYNTAX_WORDs (pypy/pypy)
paulie4
-
[pypy-issue] Issue #1847: Creating virtualenv with PyPy much slower than CPython (pypy/pypy)
Alex Gaynor
-
[pypy-issue] Issue #1846: Having "~/.local" in user directory adds python2.7 paths (pypy/pypy)
Rami Al-Rfou
-
[pypy-issue] Issue #1845: Wrong getattr() on None in pypy3 (pypy/pypy)
Alexander Schepanovski
-
[pypy-issue] Issue #1844: MemoryError in pypy3 (pypy/pypy)
Alexander Schepanovski
-
[pypy-issue] Issue #1843: Repeated string concatenation performance (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1842: select.select([out-of-range]) dumps core (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1841: Signal check only in JUMP_ABSOLUTE when jitted (pypy/pypy)
Maciej Fijalkowski
-
[pypy-issue] Issue #1840: where to submit docs fixes? (pypy/pypy)
anatoly techtonik
-
[pypy-issue] Issue #1839: xml.etree.ElementTree relatively slow (pypy/pypy)
Franklin Lee
-
[pypy-issue] Issue #1838: Can't install ipython on pypy3 (pypy/pypy)
Dimitri Vorona
-
[pypy-issue] Issue #1837: test_multiprocessing on OS/X leaves hanged processes behind (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1836: Unwrapped use of LONGLONG_MASK breaks translation on x86 (pypy/pypy)
Martin Matusiak
-
[pypy-issue] Issue #1835: py3.3: dir(None) gives TypeError (pypy/pypy)
Martin Matusiak
-
[pypy-issue] Issue #1834: Some _tkinter functions that are available on CPython aren't exported (pypy/pypy)
eli.boyarski
-
[pypy-issue] Issue #1833: PyPy sandbox leaks when writing to stdout (pypy/pypy)
Konstantin Lopuhin
-
[pypy-issue] Issue #1832: Another misleading RPython error (pypy/pypy)
Edd Barrett
-
[pypy-issue] Issue #1831: py3k: incorrect parsing of kwargname in the presence of kwonlyargs (pypy/pypy)
Martin Matusiak
-
[pypy-issue] Issue #1830: PyPy doesn't implement sys.{get, set}dlopenflags (pypy/pypy)
Romain Guillebert
-
[pypy-issue] Issue #1829: Misleading PyPy/RPython translation error? (pypy/pypy)
Edd Barrett
-
[pypy-issue] Issue #1828: py3k list don't have clear() method (pypy/pypy)
Hyun Woo Park
-
[pypy-issue] Issue #1827: py3k: implement PyCode.dump() properly (pypy/pypy)
Ronan Lamy
-
[pypy-issue] Issue #1826: The stackless implementation of PyPy is incomplete (pypy/pypy)
Anselm Kruis
-
[pypy-issue] Issue #1825: function has no __qualname__ (pypy/pypy)
Ian Foote
-
[pypy-issue] Issue #1824: test_csv failing with exception message comparison (pypy/pypy)
Martin Matusiak
-
[pypy-issue] Issue #1823: curses module noutrefresh call fails when called on a pad object in pypy 2.3.1 (pypy/pypy)
Tapani Kiiskinen
-
[pypy-issue] Issue #1822: JIT compiles tons of bridges (pypy/pypy)
Remi Meier
-
[pypy-issue] Issue #1821: Regular expression doesn't find Unicode character (but works in CPython) (pypy/pypy)
Andreas Sommer
-
[pypy-issue] Issue #1820: IPython timeit magic not working anymore. (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1819: my objects are not aligned for some reason (pypy/pypy)
glyph
-
[pypy-issue] Issue #1818: xml sax/BytesIO performance regression since 2.2.1 (pypy/pypy)
larstiq
-
[pypy-issue] Issue #1817: RPython should support multiple frame vref types? (pypy/pypy)
Edd Barrett
-
[pypy-issue] Issue #1816: Python Programmer (pypy/pypy)
art iv
-
Re: [pypy-issue] [Bitbucket] Issue #1772: Complex dtype unhashable. (pypy/pypy)
mattip
-
[pypy-issue] [Bitbucket] Issue #1815: gdbm does not implicitly coerce unicode (pypy/pypy)
Julian Berman
-
[pypy-issue] Issue #1815: gdbm does not implicitly coerce unicode (pypy/pypy)
Julian Berman
-
[pypy-issue] Issue #1814: gdbm.error only sets message, not errno (pypy/pypy)
Julian Berman
-
[pypy-issue] [Bitbucket] Issue #1814: gdbm.error only sets message, not errno (pypy/pypy)
Julian Berman
-
[pypy-issue] [Bitbucket] Issue #1813: importing gdbm after install requires permissions in the install directory (pypy/pypy)
Julian Berman
-
[pypy-issue] Issue #1813: importing gdbm after install requires permissions in the install directory (pypy/pypy)
Julian Berman
-
[pypy-issue] Issue #1812: numpy: two pull requests (pypy/pypy)
Armin Rigo
-
[pypy-issue] [Bitbucket] Issue #1812: numpy: two pull requests (pypy/pypy)
Armin Rigo
-
[pypy-issue] Issue #1811: finditer() stalls PyPy 2.3.1 (pypy/pypy)
Rui Carmo
-
[pypy-issue] [Bitbucket] Issue #1811: finditer() stalls PyPy 2.3.1 (pypy/pypy)
Rui Carmo
-
[pypy-issue] [Bitbucket] Issue #1810: PyPy3: `os.strerror` uses wrong encoding with non-US locale (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1810: PyPy3: `os.strerror` uses wrong encoding with non-US locale (pypy/pypy)
Yichao Yu
-
[pypy-issue] [Bitbucket] Issue #1809: `type(''.find) == type(str.find)` on pypy (pypy/pypy)
Yichao Yu
-
[pypy-issue] Issue #1809: `type(''.find) == type(str.find)` on pypy (pypy/pypy)
Yichao Yu
-
[pypy-issue] [Bitbucket] Issue #1808: Trying to pip install mercurial fails (pypy/pypy)
Alex Gaynor
-
[pypy-issue] Issue #1808: Trying to pip install mercurial fails (pypy/pypy)
Alex Gaynor
-
Re: [pypy-issue] [Bitbucket] Issue #1796: pypy & pypy3 in the same path (pypy/pypy)
Alex Gaynor
-
Re: [pypy-issue] [Bitbucket] Issue #1771: 3x slower than CPython on alphabet soup challenge script (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1792: SymPy (a pure Python library) runs multiple times slower than in CPython (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1790: numpy.empty 1800x slower than CPython; numpy.zeros 10x slower (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1776: Creating instances of a namedtuple is inexplicably very slow (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1783: 50x higher memory usage with array.array (compared to CPython) (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1782: Test case where pypy is more than 4x slower than CPython (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1780: pip install gevent doesn't work on pypy (pypy/pypy)
Armin Rigo
-
Re: [pypy-issue] [Bitbucket] Issue #1779: im.point() 4000x slower than CPython (pypy/pypy)
Armin Rigo
-
[pypy-issue] [Bitbucket] Issue #1807: os.readlink unicode behaviour on pypy3 (pypy/pypy)
Floris Bruynooghe
-
[pypy-issue] Issue #1807: os.readlink unicode behaviour on pypy3 (pypy/pypy)
Floris Bruynooghe
-
Re: [pypy-issue] [Bitbucket] Issue #1803: io.TextIOWrapper doesn't inherit isatty method from wrapped stream (pypy/pypy)
Markus Unterwaditzer
-
Re: [pypy-issue] [Bitbucket] Issue #1707: speed regression on simple numpy loop (pypy/pypy)
Ronan Lamy
-
Re: [pypy-issue] [Bitbucket] Issue #1805: Programs with lots of objects with finalizers exhibit behavior that looks like a leak (pypy/pypy)
Armin Rigo
-
[pypy-issue] [issue1770] Massive performance regression in fastavro with PyPy >= 1.9
Armin Rigo
-
[pypy-issue] [issue1254] meta-bug for post-stdlib-2.7.3 win32 breakage
mattip
-
[pypy-issue] [issue644] Add option parser to package.py
mattip
-
[pypy-issue] [issue1248] please build with older GNU libc on Linux/amd64
mattip
-
[pypy-issue] [issue662] sysconfig.get_config_vars() has no value for CC
Carl Friedrich Bolz
-
[pypy-issue] [issue955] inefficiency of struct.pack_into
Brian Kearns
-
[pypy-issue] [issue955] move struct.Struct to interplevel
Brian Kearns
-
[pypy-issue] [issue1744] py3k: pypy_interact.py exits with an AttributeError when trying to use the sandbox feature
Armin Rigo
-
[pypy-issue] [issue1328] unbreak cProfile jitting
Carl Friedrich Bolz
-
[pypy-issue] [issue1128] add the possibility to search on the release field on roundup
mattip
-
[pypy-issue] [issue1185] [cpyext] Missing members in PyThreadState
mattip