This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients joydiamond, steven.daprano
Date 2018-10-29.06:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20181029060518.GX3817@ando.pearwood.info>
In-reply-to <1540777406.8.0.788709270274.issue35098@psf.upfronthosting.co.za>
Content
> Its quite valid to assign to __new__ to replace the behavior of how an instance is created.

Of course it is, and I never argued otherwise.

> Finally as for `Color.__x__` assignment, this has nothing to do with 
> `__slots__` as it is assigning to `Color`, not to an instance of 
> `Color`.

Of course, sorry for the noise.
History
Date User Action Args
2018-10-29 06:05:24steven.dapranosetrecipients: + steven.daprano, joydiamond
2018-10-29 06:05:24steven.dapranolinkissue35098 messages
2018-10-29 06:05:24steven.dapranocreate