This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piyush115
Recipients piyush115
Date 2021-02-27.22:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614464165.22.0.587590445254.issue43342@roundup.psfhosted.org>
In-reply-to
Content
So upon further investigation, it seems all the built-in functions are not working. 

def func():
    max(10,20)

this code errors out saying "name 'max' is not defined"

so when python installation is in custom location or parent folder name is "python", the embedded python in C++ application behavior is bad and inconsistent.
History
Date User Action Args
2021-02-27 22:16:05piyush115setrecipients: + piyush115
2021-02-27 22:16:05piyush115setmessageid: <1614464165.22.0.587590445254.issue43342@roundup.psfhosted.org>
2021-02-27 22:16:05piyush115linkissue43342 messages
2021-02-27 22:16:05piyush115create