I should mention that I have a prototype design for improving importlib's
lazy loading to be easier to turn on and use. See
https://notebooks.azure.com/Brett/libraries/di2Btqj7zSI/html/Lazy%20importing.ipynb
for my current notes. Part of it includes an explicit lazy_import()
function which would ne
On Thu, 14 Sep 2017 at 12:09 Ivan Levkivskyi wrote:
> On 14 September 2017 at 01:13, Guido van Rossum wrote:
>
>>
>> That last sentence is a key observation. Do we even know whether there
>> are (non-toy) things that you can do *in principle* with __class__
>> assignment but which are too slow *
On Fri, 8 Sep 2017 at 10:53 Benjamin Peterson wrote:
> Thank you all for the feedback. I've now updated the PEP to specify a
> 4-word pyc header with a bit field in every case.
>
> On Fri, Sep 8, 2017, at 09:43, Nick Coghlan wrote:
> > On 8 September 2017 at 07:55, Antoine Pitrou
> wrote:
> > >
This is actually a question for distutils-sig since they manage PyPI.
On Mon, 4 Sep 2017 at 03:50 Giampaolo Rodola' wrote:
> I know pythonhosted.org was deprecated long ago in favor of readthedocs
> but I kept postponing it and my doc for psutil is still hosted on
> https://pythonhosted.org/psut
Hi,
The docs have this rule for slot initialization for the benefit of Cygwin:
https://github.com/python/cpython/commit/db6a569de7ae595ada53b618fce6bbbd1c98d350
Synopsis
-PyType_GenericNew, /* tp_new */
+noddy_NoddyType.tp_new = PyType_GenericNew;
+if (P