Robert Kern
Robert Kern
> The way I imagine this working is that the `rng` that can be stored in an attribute specifies a default which is used if no `rng` is passed into...
> could the issues you've pointed out in the passage I've quoted be resolved by only allowing users to call `sample` without passing an `rng` if the `rng` attribute has...
Just to throw out some alternatives for consideration: My experience with constraint-based layout for GUIs has been that it is very easy to create unsolvable systems of constraints that are...
My comments were with that in mind.
Not sure. GILlessness didn't exist at the time of the design, so it surely didn't enter our mental model when thinking about it. We did want to support `with nogil:`...
And I haven't gotten my head around free-threaded Python yet to have a mental model to reason about it at this time.