Singletons configurable allow multiple instances
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 653
- Fork
- 217
- Merge trung bình
- 2 ngày 21 giờ
- Pull request đã merge (30 ngày)
- 2
Mô tả
See https://github.com/ipython/ipython/issues/14006
Basically if you create a singleton via its constructor it does not check for other instances.
This is problematic as Applications are SingletonConfigurable and can have subapps, so inherently traitlets is unsound. The order in which you create those will change the result of `Application.instance()` I believe.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.