Home
last modified time | relevance | path

Searched refs:FUTURE_BARRY_AS_BDFL (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dcompile.h46 #define FUTURE_BARRY_AS_BDFL "barry_as_FLUFL" macro
/third_party/python/Python/
Dfuture.c35 } else if (strcmp(feature, FUTURE_BARRY_AS_BDFL) == 0) { in future_check_features()