Martin Larralde

Results 328 comments of Martin Larralde

I think in autotools `--host` is used for the platform you want to build to, not `--target` (this is a remnant of autotools being used to compile compilers)

@dotlambda : here are my findings after investigation: * the new `freezegun` API has an internal check to see if the real time should be used when calling `time.time` within...

Otherwise, as a fudge, it's possible to patch the `FakeTime` instance no to recurse through the call stack, making it unable to detect it is called from a `Thread`, and...

Rebased to latest `master` (Dec. 28).

@pydanny : Any reason to stall this ?

For anyone interested (@carver, @bashtage ?): this has been released on PyPI ([`property-cached`](https://pypi.org/project/property-cached/)) until development resumes in here.

@Qu4tro : seems like you have a slotted object but it doesn't have `__weakref__` in its slots.

@Qu4tro : maybe you could open an issue on [python/typing](https://github.com/python/typing)? I don't know if `NamedTuple` is not weakrefable because of implementation details or just because it's missing the feature; this...

@matfax : but in exchange you gain support for slotted classes, that `cached_property` do not support.

Or use [`property-cached`](https://pypi.org/project/property-cached) :wink: