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 loewis
Recipients amaury.forgeotdarc, giampaolo.rodola, loewis, marcelo_fernandez
Date 2009-04-06.21:06:35
SpamBayes Score 2.2669866e-10
Marked as misclassified No
Message-id <1239051997.08.0.298743810578.issue5672@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't provide a wrapper around ptrctrl. Instead, expose prctl as
is (similar to how ioctl and fcntl get wrapped). It's ok to make some
convenience adjustments (e.g. allowing fewer parameters than the actual
call), and it's also ok to filter by option (for type safety), and be
lazy by not implementing all controls. However, renaming the system call
is not good, IMO.
History
Date User Action Args
2009-04-06 21:06:37loewissetrecipients: + loewis, amaury.forgeotdarc, giampaolo.rodola, marcelo_fernandez
2009-04-06 21:06:37loewissetmessageid: <1239051997.08.0.298743810578.issue5672@psf.upfronthosting.co.za>
2009-04-06 21:06:36loewislinkissue5672 messages
2009-04-06 21:06:35loewiscreate