python - Python2.5 to Python2.7 Performance degradation -


we have software builds , monitor build times every day

recently, have updated our software use python2.7 python2.5 , build times have increased (things got slower).

without digging in, expected outcome?

python2.7 slower python2.5?

i migrated project 2.5 2.7 , experienced same.

for me program not thread safe. this interesting , enlightening read.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -