-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
zlibIssues and PRs related to the zlib subsystem.Issues and PRs related to the zlib subsystem.
Description
- Version: v8.0.0-pre
- Platform: Darwin Kernel Version 16.3.0
- Subsystem: zlib
zlib.constant.Z_RLE
is 3
but code will happily accept "3"
and work just fine.
Either we should add a test to confirm that strings continue to work, or else strictly enforce that only exactly the constants provided by zlib.constants
are acceptable.
Metadata
Metadata
Assignees
Labels
zlibIssues and PRs related to the zlib subsystem.Issues and PRs related to the zlib subsystem.