Message209294
The latest patch for zlib seems to be missing Modules/zlibmodule.clinic.c
> I suppose that zdict=b'' have same effect as not specifying zdict. Am I right?
Probably, but to be on the safe side I'd prefer that we preserve the behavior of
not calling deflateSetDictionary/inflateSetDictionary unless the caller
explicitly provides zdict. If you need to give a Python default value, rather
use None than b''. |
|
| Date |
User |
Action |
Args |
| 2014-01-26 11:28:26 | nadeem.vawda | set | recipients:
+ nadeem.vawda, larry, meador.inge, python-dev, serhiy.storchaka |
| 2014-01-26 11:28:26 | nadeem.vawda | set | messageid: <[email protected]> |
| 2014-01-26 11:28:26 | nadeem.vawda | link | issue20193 messages |
| 2014-01-26 11:28:25 | nadeem.vawda | create | |
|