Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Migrating app to Python 2.7 #1
Conversation
Python 2.7 requires a special runtime configuration element in the header of app.yaml. Note that the threadsafe: [ true | false ] element is required for Python 2.7 applications. If true, App Engine sends requests concurrently; if false, App Engine sends them serially.
Migrating app to Python 2.7
Python 2.7 requires a special runtime configuration element in the header of app.yaml. Note that the threadsafe: [ true | false ] element is required for Python 2.7 applications. If true, App Engine sends requests concurrently; if false, App Engine sends them serially.