[pypy-commit] pypy py3.6: test, fix for PyModule_AddFunctions, issue 3131

2019-12-22 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98352:0ddf60ed10d2 Date: 2019-12-22 21:27 +0200 http://bitbucket.org/pypy/pypy/changeset/0ddf60ed10d2/ Log:test, fix for PyModule_AddFunctions, issue 3131 diff --git a/pypy/module/cpyext/modsupport.py b/pypy/module/cpyext/modsupport.py --- a/pypy

[pypy-commit] pypy default: package on portable builds, and contitionally use tk, tcl libraries

2019-12-22 Thread mattip
Author: Matti Picus Branch: Changeset: r98353:ad2431a4d478 Date: 2019-12-22 22:24 +0200 http://bitbucket.org/pypy/pypy/changeset/ad2431a4d478/ Log:package on portable builds, and contitionally use tk, tcl libraries diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_p