[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Dima Pasechnik
Dima Pasechnik added the comment: was it tested on macOS 11.2 ? Tests fail there with Python 3.9.1 -- nosy: +Dima Pasechnik ___ Python tracker <https://bugs.python.org/issue19

[issue29137] Fix fpectl-induced ABI breakage

2017-05-17 Thread Dima Pasechnik
Dima Pasechnik added the comment: PS. I would volunteer to fix it and maintain it, assuming I have some modest funding to support such an activity. (What precisely "it" should be, is another question). -- ___ Python tracker <http://bu

[issue29137] Fix fpectl-induced ABI breakage

2017-05-17 Thread Dima Pasechnik
Dima Pasechnik added the comment: @njs: to point out that usefulness of this module is not just wishful thinking. I just used it to locate, up to the line in a Python extension module written in C, a bug in Sagemath (that has perhaps 20 FPU-using extensions, some of them as large as numpy

[issue29137] Fix fpectl-induced ABI breakage

2017-05-16 Thread Dima Pasechnik
Dima Pasechnik added the comment: @njs: Fixing this entails switching over from ieeefp to fenv, right? Looks doable, although not trivial. It might potentially be useful for various numerics, IMHO. -- ___ Python tracker <http://bugs.python.

[issue29137] Fix fpectl-induced ABI breakage

2017-05-16 Thread Dima Pasechnik
Dima Pasechnik added the comment: While fpectl might be a bit rusty, this is a priceless tool in debugging situations, where one needs to identify components that do something wrong to FPU, see e.g. https://github.com/numpy/numpy/issues/9007 and the related https://trac.sagemath.org/ticket