[Python-Dev] Re: Memory address vs serial number in reprs

2020-07-19 Thread Thomas Moreau
Dear all, While it would be nice to have simpler identifiers for objects, it would be hard to make it work for multiprocessing, as objects in different interpreter would end up having the same repr. Shared objects (locks) might also have different serial numbers depending on how many objects have

Re: [Python-Dev] bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals

2018-10-19 Thread Thomas Moreau
would be safer as it would be an initialization feature. Regards, Thomas Moreau On Thu, Oct 18, 2018, 22:20 Chris Jerdonek wrote: > On Thu, Oct 18, 2018 at 9:11 AM Michael Selik > wrote: > > On Thu, Oct 18, 2018 at 8:35 AM Sean Harrington > wrote: > >> Further, let me pivot