Byeonghoon Yoo
Byeonghoon Yoo
## Feature https://github.com/python/cpython/blob/5442561c1a094b68900198bade616da9ed509ac8/Lib/test/test_sys.py#L963-L982 `test_sys::SysModuleTest.test_is_finalizing` In TC, `AtExit.__del__` is not invoked. Because `ref = AtExit()` is a module attribute, RustPython must implement module destruction to invoke it. Found during work on...
## Feature Request Python 3.9 introduced `ZoneInfo` and it backported 3.6+ (https://pypi.org/project/backports.zoneinfo/). Looking at the code, except for `dateutil.rrule` and `dateutil.relativedelta`, it seems that `dateutil` is being used for some...
## Env Python: 3.9 protoc: 3.15.6 betterproto: 2.0.0b3 OS: linux --- ### Given proto ```proto syntax = "proto3"; package com.test.v1; import "google/protobuf/empty.proto"; service TestService { rpc Test(PublisherUserID) returns (google.protobuf.Empty); }...
### **Is your feature request related to a problem? Please describe.** When submit a deployment, a snackbar that contains link of deploy status page showed up without redirection to that...
explain usage of SDK