[Python-Dev] Re: Object deallocation during the finalization of Python program

2020-01-11 Thread Pau Freixes
HI, Thanks for the comments, really interesting use case this one [1], I've just read it in diagonal but seems that is similar to the bug that finally I've found in our program. Basically GC was clearing all of the attributes before the deallocation for unbreaking an indirect reference cycle whic

[Python-Dev] Object deallocation during the finalization of Python program

2020-01-09 Thread Pau Freixes
Hi, Recently I've been facing a really weird bug where a Python program was randomly segfaulting during the finalization, the program was using some C extensions via Cython. Debugging the issue I realized that during the deallocation of one of the Python objects the deallocation function was tryi

[Python-Dev] Re: Sponsoring Python development via the PSF

2019-06-26 Thread Pau Freixes
Hi, Why not the other way around? Having from the very beginning a clear goal with a speculative budget, companies would have visibilitty about the end goal of their donations. Otherwise is a bit a leap of faith. On Wed, Jun 26, 2019, 02:15 Brett Cannon wrote: > Victor Stinner wrote: > > That's

[Python-Dev] GIL cpu usage problem, confirm me

2008-06-08 Thread Pau Freixes
python 3000? Thanks and excuse for this break. -- Pau Freixes Linux GNU/User ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] Different cpu python code usage between embedded mode and standalone mode

2008-06-07 Thread Pau Freixes
erence are more bigger !!! The alarm time expires in both case in 10 seconds. Thks to all, can anybody help to me for understand this results ? -- Pau Freixes Linux GNU/User ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com