Message321193
binhex defines a module-wide constant of
REASONABLY_LARGE = 32768 # Minimal amount we pass the rle-coder
Later on, in 5 locations it does either ifp.read(128000) or ifp.read_rsrc(128000)
It isn't clear why a different constant is used, let alone why a literal is used instead of something like REASONABLY_LARGE. |
|
| Date |
User |
Action |
Args |
| 2018-07-06 21:42:25 | Jim.Jewett | set | recipients:
+ Jim.Jewett, docs@python |
| 2018-07-06 21:42:25 | Jim.Jewett | set | messageid: <[email protected]> |
| 2018-07-06 21:42:25 | Jim.Jewett | link | issue34063 messages |
| 2018-07-06 21:42:25 | Jim.Jewett | create | |
|