[Python-Dev] Re: Comments on PEP 558 (Defined semantics for locals() )

2020-02-10 Thread Mark Shannon
On 08/02/2020 11:49 am, Nick Coghlan wrote: Unfortunately, the simplifications you propose would be backwards incompatible - it's existing behaviour that there's a real shared dict (even on optimised frames) where arbitrary extra attributes can be stored (even though they don't become accessibl

[Python-Dev] Re: ABI breakage in >= 3.7.4 ?

2020-02-10 Thread Julien Danjou
On Fri, Feb 07 2020, Victor Stinner wrote: > You can find the rationale for this change in two issues: > > * https://bugs.python.org/issue27987 > * https://bugs.python.org/issue36618 > > First, it was a warning in clang ubsan (Undefined Behavior Sanitizer). > Then ctypes started to crash when Pyth

[Python-Dev] vtk

2020-02-10 Thread jf . nasr
hi i need VtkCollisionDetectionFilter class. But this class is in vtk 8.2.0. when an updated VTK python wheel will be released? i can't compile vtk withe cmake an vs2017. thanks for your help. ___ Python-Dev mailing list -- python-dev@python.org To unsubs

[Python-Dev] Re: vtk

2020-02-10 Thread Mariatta
vtk is a third party Python library. It's best to ask that you vtk's developers, not here. In this mailing list we focus on issues related to the development of core Python, not third party libraries. You might be able to find info about who maintains vtk library here https://pypi.org/project/vtk/