[pypy-commit] pypy py3.6: properly use fsencode on obscure nt._getfinalpathname, fixes translation

2019-05-31 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96722:1e8797906e74 Date: 2019-05-31 11:40 +0300 http://bitbucket.org/pypy/pypy/changeset/1e8797906e74/ Log:properly use fsencode on obscure nt._getfinalpathname, fixes translation diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/

[pypy-commit] pypy cpyext-gc-cycle: Fixed some issues with tracking/deallocating cpyext gc objects

2019-05-31 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96723:0b73323d80cc Date: 2019-05-30 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0b73323d80cc/ Log:Fixed some issues with tracking/deallocating cpyext gc objects Added rudimentary support for lists (gc issues, clear miss

[pypy-commit] pypy win32-encoding: merge py3.6 into branch

2019-05-31 Thread mattip
Author: Matti Picus Branch: win32-encoding Changeset: r96724:b5fb07545a94 Date: 2019-05-31 22:39 +0300 http://bitbucket.org/pypy/pypy/changeset/b5fb07545a94/ Log:merge py3.6 into branch diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py --- a/pypy/module/posix/inter