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 vstinner
Recipients giampaolo.rodola, larry, neologix, serhiy.storchaka, vstinner
Date 2012-06-15.23:32:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339803144.33.0.322240162725.issue15078@psf.upfronthosting.co.za>
In-reply-to
Content
> As I keep saying on python-dev: I think that the argument list for a function should be stable.

There are some other functions with strange/variable prototype:
http://docs.python.org/dev/library/fcntl.html?highlight=ioctl#fcntl.ioctl
http://docs.python.org/dev/library/mmap.html?highlight=mmap.mmap#mmap.mmap
(and maybe others)

These Python functions are thin wrapper of the C function, that's why their prototype can be surprising.
History
Date User Action Args
2012-06-15 23:32:24vstinnersetrecipients: + vstinner, larry, giampaolo.rodola, neologix, serhiy.storchaka
2012-06-15 23:32:24vstinnersetmessageid: <1339803144.33.0.322240162725.issue15078@psf.upfronthosting.co.za>
2012-06-15 23:32:23vstinnerlinkissue15078 messages
2012-06-15 23:32:23vstinnercreate