We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5817818 commit 4eedac6Copy full SHA for 4eedac6
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/ZLibModuleBuiltins.java
@@ -378,8 +378,6 @@ protected static Adler32Node create() {
378
@GenerateNodeFactory
379
abstract static class DeflateInitNode extends PythonBuiltinNode {
380
/**
381
- * @param wbits is ignored - the window size can be set for performance reasons, we trust
382
- * that the Deflater implementation will work well
383
* @param memLevel is ignored - it mostly affects performance and compression rate, we trust
384
* that the Deflater implementation will work well
385
*/
0 commit comments