summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/core/profile
diff options
context:
space:
mode:
authorbabenko <[email protected]>2026-06-13 23:31:30 +0300
committerbabenko <[email protected]>2026-06-13 23:49:35 +0300
commit732b297f8ec8809088cf3e34459d71307104ae24 (patch)
treecc0f8b89d3f552ec8439d0c53ca1dde984ad958c /contrib/python/ipython/py2/IPython/core/profile
parent8fe8d01bcb3c7f01341d506b04dcd47e53cb77c9 (diff)
Include port.h from logger.h
YT_LOG_TRACE is gated on YT_ENABLE_TRACE_LOGGING, defined in library/cpp/yt/misc/port.h. logger.h relies on that macro but does not include port.h, so in a TU that does not pull in port.h before logger.h, YT_LOG_TRACE silently compiles to a no-op regardless of the configured log level. Make logger.h self-contained by including the header that defines the macro it depends on. commit_hash:c53f26a7dff9d3f9c5a9d9aab8ea7fa31d11ec49
Diffstat (limited to 'contrib/python/ipython/py2/IPython/core/profile')
0 files changed, 0 insertions, 0 deletions