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 David Rebbe2
Recipients David Rebbe2, veky
Date 2021-08-24.18:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629829545.77.0.519766985509.issue44993@roundup.psfhosted.org>
In-reply-to
Content
Definition of equivalent
1: equal in force, amount, or value

Are you referring to memory space as what is actually stored in RAM? If so, that seems to be outside the scope here. I don't think anyone expected an interpreted language to have the same memory space as a compiled binary from C for example.

Concretely anything to do with Serialization, API (ctypes), network communication (non-serialization), etc will fail.

Regardless of the reasons above, 1 is never the intended default value of anything default initialized in any language I've ever come across.
History
Date User Action Args
2021-08-24 18:25:45David Rebbe2setrecipients: + David Rebbe2, veky
2021-08-24 18:25:45David Rebbe2setmessageid: <1629829545.77.0.519766985509.issue44993@roundup.psfhosted.org>
2021-08-24 18:25:45David Rebbe2linkissue44993 messages
2021-08-24 18:25:45David Rebbe2create