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.

classification
Title: Correct __sizeof__ support for cpu_set
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jcea, loewis, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2012-07-31 08:40 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cpu_set_sizeof.patch serhiy.storchaka, 2012-07-31 08:40 review
Messages (2)
msg166981 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-07-31 08:40
Here is a patch that implements correct __sizeof__ for cpu_set class in os module.

This is 3.3-only issue.
msg167313 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-08-03 12:18
New changeset 463d3ad22cdb by Jesus Cea in branch 'default':
Closes #15514: Correct __sizeof__ support for cpu_set
http://hg.python.org/cpython/rev/463d3ad22cdb
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59719
2012-08-03 12:18:23python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg167313

resolution: fixed
stage: resolved
2012-08-03 12:16:42jceasetnosy: + jcea
2012-07-31 08:40:03serhiy.storchakacreate