<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi dear all,<div>I'm reading Python source code and know there is a transition from CST to AST . Python will call some kind of function which convert the CST node to a AST node , for example , in function ast_for_itercomp there is a call to GeneratorExp . The latter is a macro point to _Py_GeneratorExp</div><div>#define GeneratorExp(a0, a1, a2, a3, a4) _Py_GeneratorExp(a0, a1, a2, a3, a4)</div><div>I can't go further more because I can't find out the difinition of <span style="font-size: 12pt;">_Py_GeneratorExp ,</span></div><div>so , where is the <span style="font-size: 12pt;">_Py_GeneratorExp ? Thanks in advance !</span></div>                                           </div></body>
</html>