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
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