This gist demonstrates the problems (a deadlock and a recursion limit error) due to pytorch#18566. Both code are tested with PyTorch 1.0.1.post2.
Each code has a docstring to explain itself.
| Apache License | |
| Version 2.0, January 2004 | |
| http://www.apache.org/licenses/ | |
| TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | |
| 1. Definitions. | |
| "License" shall mean the terms and conditions for use, reproduction, | |
| and distribution as defined by Sections 1 through 9 of this document. |
This gist demonstrates the problems (a deadlock and a recursion limit error) due to pytorch#18566. Both code are tested with PyTorch 1.0.1.post2.
Each code has a docstring to explain itself.
I hereby claim:
To claim this, I am signing this object:
| lang: | |
| id = "ita" | |
| code = "it", "ita", "ita" | |
| english = "Italian" | |
| korean = "이탈리아어" | |
| script = "roman" | |
| config: | |
| author = "Brian Jongseong Park" | |
| stage = "beta" |
| [lang] | |
| id = ita | |
| code = it, ita, ita | |
| script = roman | |
| [config] | |
| markers = ",", ";" | |
| [vars] | |
| "@" = "a", "e", "i", "o", "u" |
| lang "ita" { | |
| code = ["it", "ita", "ita"] | |
| script = "roman" | |
| markers = [",", ";"] | |
| } | |
| vars { | |
| "@" = ["a", "e", "i", "o", "u"] | |
| // "aou" = ["a", "o", "u"] | |
| // "ei" = ["e", "i"] |
| #!/bin/bash | |
| # | |
| # Couchbase 5.0.0 "edit-to-free" Security Bug | |
| # =========================================== | |
| # | |
| # Couchbase 5 introduced RBAC. So clients always have to provide an | |
| # authentication to use access on any bucket. But in case of the 'default' | |
| # bucket, if we edit the bucket once, clients can access without | |
| # authentication. | |
| # |
When I ignore GreenletExit during getting foo, getting bar on the
same greenlet returns the result of foo instead of bar. It's a
critical issue because we could not believe the result of any operations.
This example reproduces the case of "wrong callback". I tested this with
couchbase-2.8.0. But I've been experiencing the issue from long time ago.
| @import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css); | |
| @import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); | |
| .editor__inner, .preview__inner, .navbar__inner, | |
| .file-entry__name, .folder-entry__inner-1, .toc-tab, | |
| input { font-family: "KoPub Batang", serif; } | |
| .editor .code, .editor .pre, .editor .table, .preview code | |
| { font-family: 'Nanum Gothic Coding', monospace; } |
| <!-- | |
| Sublee HTML for Classeur | |
| Author: Heungsub Lee <[email protected]> | |
| Updated at: Jan 20, 2016 | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |