Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcompile.h60 #define FUTURE_BARRY_AS_BDFL "barry_as_FLUFL" macro
/external/python/cpython3/Python/
Dfuture.c42 } else if (strcmp(feature, FUTURE_BARRY_AS_BDFL) == 0) { in future_check_features()