Message93275
After thinking about it, we should remover the bf_releasebuffer checks
when using the old typecodes '#' (the doc should also clearly state that
these are unsafe and '*' is preferred).
If a type chooses to implement the /old/ buffer API and if a method
requires the /old/ buffer API instead of the new one (that is, by using
a '#' typecode), we have to accept these choices.
Here's a patch for trunk, combining the new buffer API for `array` and
the checks removal in getargs.c. |
|
Date |
User |
Action |
Args |
2009-09-29 10:56:49 | pitrou | set | recipients:
+ pitrou, loewis, georg.brandl, gregory.p.smith, exarkun, ivank, chuck |
2009-09-29 10:56:47 | pitrou | set | messageid: <1254221807.36.0.262703180377.issue6071@psf.upfronthosting.co.za> |
2009-09-29 10:56:45 | pitrou | link | issue6071 messages |
2009-09-29 10:56:45 | pitrou | create | |
|