https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-0

Core and Builtins

  • bpo-38469: Fixed a bug where the scope of named expressions was not being resolved correctly in the presence of the global keyword. Patch by Pablo Galindo.

  • bpo-38379: When cyclic garbage collection (gc) runs finalizers that resurrect unreachable objects, the current gc run ends, without collecting any cyclic trash. However, the statistics reported by collect() and get_stats() claimed that all cyclic trash found was collected, and that the resurrected objects were collected. Changed the stats to report that none were collected.

 

相关文章:

  • 2021-09-30
  • 2021-09-14
  • 2022-01-23
  • 2022-01-24
  • 2022-12-23
  • 2022-01-13
  • 2021-07-09
  • 2021-10-10
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2021-08-11
  • 2021-11-30
  • 2021-06-09
  • 2021-07-28
  • 2021-05-05
相关资源
相似解决方案