2013 Peugeot Tennis Cup – Singles
Gastão Elias was the defending champion, but decide not to participate this edition. Agustín Velotti won in the final against Blaž Rola 6-3, 6-4.
Singles | |
---|---|
2013 Peugeot Tennis Cup | |
Champion | |
Runner-up | |
Final score | 6-3, 6-4 |
Seeds
Thiemo de Bakker (Second Round) João Souza (First Round) Diego Schwartzman (Second Round) Alejandro González (Second Round) Paul Capdeville (First Round) Guido Andreozzi (Second Round) André Ghem (First Round) Guilherme Clezar (Quarterfinals)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
Finals
Semifinals | Final | ||||||||||||
WC | 0 | 4 | |||||||||||
6 | 6 | ||||||||||||
3 | 4 | ||||||||||||
6 | 6 | ||||||||||||
6 | 6 | ||||||||||||
SE | 2 | 2 | |||||||||||
Top Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
1 | 6 | 6 | |||||||||||||||||||||||||
4 | 2 | 1 | 65 | 6 | 63 | ||||||||||||||||||||||
6 | 4 | 3 | WC | 77 | 4 | 77 | |||||||||||||||||||||
WC | 2 | 6 | 6 | WC | 79 | 6 | |||||||||||||||||||||
3 | 4 | 8 | 67 | 4 | |||||||||||||||||||||||
6 | 6 | 4 | 1 | ||||||||||||||||||||||||
1 | 2 | 8 | 6 | 6 | |||||||||||||||||||||||
8 | 6 | 6 | WC | 0 | 4 | ||||||||||||||||||||||
3 | 2 | 77 | 6 | 6 | 6 | ||||||||||||||||||||||
Q | 6 | 61 | 1 | 3 | 2 | 4 | |||||||||||||||||||||
WC | 77 | 3 | 0 | 6 | 6 | ||||||||||||||||||||||
64 | 6 | 6 | 6 | 6 | |||||||||||||||||||||||
6 | 4 | 5 | 3 | 4 | |||||||||||||||||||||||
2 | 6 | 7 | 77 | 6 | |||||||||||||||||||||||
WC | 4 | 4 | 6 | 61 | 2 | ||||||||||||||||||||||
6 | 6 | 6 |
Bottom Half
First Round | Second Round | Quarterfinals | Semifinals | ||||||||||||||||||||||||
7 | 1 | 4 | |||||||||||||||||||||||||
Q | 6 | 6 | Q | 6 | 7 | ||||||||||||||||||||||
6 | 6 | 1 | 5 | ||||||||||||||||||||||||
1 | 3 | Q | 1 | 0 | |||||||||||||||||||||||
77 | 3 | 1 | 6 | 6 | |||||||||||||||||||||||
64 | 6 | 6 | 6 | 3 | 6 | ||||||||||||||||||||||
Q | 2 | 5 | 4 | 4 | 6 | 1 | |||||||||||||||||||||
4 | 6 | 7 | 6 | 6 | |||||||||||||||||||||||
5 | 0 | 1 | SE | 2 | 2 | ||||||||||||||||||||||
6 | 6 | 4 | 77 | 4 | |||||||||||||||||||||||
Q | 6 | 6 | Q | 6 | 62 | 6 | |||||||||||||||||||||
3 | 4 | Q | 5 | 5 | |||||||||||||||||||||||
WC | 6 | 6 | SE | 7 | 7 | ||||||||||||||||||||||
4 | 2 | WC | 3 | 3 | |||||||||||||||||||||||
SE | 6 | 7 | SE | 6 | 6 | ||||||||||||||||||||||
2 | 3 | 5 |
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.