Message 209294 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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''.