Home
last modified time | relevance | path

Searched hist:1241 (Results 1 – 1 of 1) sorted by path

/unit/auto/modules/
H A Dpythondiff 1241:cc6c74fd768e Wed Oct 23 11:04:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Python: fixing Python 3.8 build with clang.

Python 3.8 has 'tp_print' field in PyTypeObject struct. This field is
attributed as deprecated. So, clang generates warning (which is turned to
error) as a result of initializing this field. From the other hand, it is
impossible to omit this field in positional initialization. The solution
is to use designated initializer.

Silencing usage message during configure python.

This is related to #331 issue on GitHub.