Closed vcoralic closed 1 year ago
In v1.0.0rc2, there's a bug in the set_ulimit method of the ulimit module. Method uses the setel method, which is not in the namespace of the ulimit module (it should be imported at the top of the module, just like getel).
set_ulimit
ulimit
setel
getel
Fixed in 0835f125, as suggested
0835f125
In v1.0.0rc2, there's a bug in the
set_ulimit
method of theulimit
module. Method uses thesetel
method, which is not in the namespace of theulimit
module (it should be imported at the top of the module, just likegetel
).