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