Shin-myoung-serp
Results
2
issues of
Shin-myoung-serp
When the following code is processed, ``` x = 1 def test(): print(x) i = 0 while i < 3: i += 1 ``` the following error occurs. ``` pytype-single...
bug
cat: control flow
Thin fails to daemonize if a pid is reused as a tid, as in the following example. ``` $ thin start ... /usr/lib/ruby/vendor_ruby/thin/daemonizing.rb:171:in `remove_stale_pid_file': tmp/pids/thin.3000.pid already exists, seems like it's...