[Python-Dev] Deferred, coalescing, and other very recent reference counting optimization

2020-08-31 Thread Raihan Rasheed Apurbo
In CPython we have reference counting. My question is can we optimize current RC using strategies like Deferred RC and Coalescing? If no then where would I face problems if I try to implement these sorts of strategies? These strategies all depend on the concept that we don't need the exact value

[Python-Dev] Re: Resurrecting PEP-472

2020-08-31 Thread Stefano Borini
On Sat, 29 Aug 2020 at 19:33, Antoine Pitrou wrote: > Agreed with Victor. Please create a new PEP. on it. -- Kind regards, Stefano Borini ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.o

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-08-31 Thread Ammar Askar
Filed https://github.com/pypa/setuptools/issues/2362 against setuptools, not sure what we should do locally to fix this in the meantime. On Mon, Aug 31, 2020 at 1:11 PM Ammar Askar wrote: > > Karthik, your analysis is correct. You just have to import importlib > first to get the error: > > >>> im

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-08-31 Thread Ammar Askar
Karthik, your analysis is correct. You just have to import importlib first to get the error: >>> import importlib >>> import importlib.util >>> importlib.util.abc.Loader Traceback (most recent call last): File "", line 1, in AttributeError: module 'importlib.util' has no attribute 'abc' On Mon

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-08-31 Thread Karthikeyan
The last successful build is https://travis-ci.com/github/python/cpython/jobs/379161961 Recent failure build is https://travis-ci.com/github/python/cpython/jobs/379329436 I can see setuptools being upgraded from 49.6.0 to 50.0.0 as a difference. I can see the below command to print sphinx-build ve

[Python-Dev] Doc tests failing for many PRs on GitHub

2020-08-31 Thread Mark Shannon
Hi, There seems to be something wrong with the doc tests for PRs on Github. https://github.com/python/cpython/pull/22026/checks?check_run_id=1050881634 https://github.com/python/cpython/pull/22025/checks?check_run_id=1050403463 Anyone know what the issue is? Cheers, Mark. (apologies for the p

[Python-Dev] Doc tests failing for many PRs on GitHub

2020-08-31 Thread Mark Shannon
___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.